home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Footer2.ascx.cs403 < prev    next >
Text File  |  2007-02-17  |  928b  |  41 lines

  1. using System;
  2. using System.Data;
  3. using System.Drawing;
  4. using System.Web;
  5. using System.Web.UI.WebControls;
  6. using System.Web.UI.HtmlControls;
  7.  
  8. namespace gbweb
  9. {
  10.     /// <summary>
  11.     ///        Summary description for Footer.
  12.     /// </summary>
  13.     public partial class Footer2 : System.Web.UI.UserControl
  14.     {
  15.  
  16.         protected void Page_Load(object sender, System.EventArgs e)
  17.         {
  18.             footContent.Attributes.Add("title", Global.Settings.GetVersionToolTip());
  19.         }
  20.  
  21.         #region Web Form Designer generated code
  22.         override protected void OnInit(EventArgs e)
  23.         {
  24.             //
  25.             // CODEGEN: This call is required by the ASP.NET Web Form Designer.
  26.             //
  27.             InitializeComponent();
  28.             base.OnInit(e);
  29.         }
  30.         
  31.         /// <summary>
  32.         ///        Required method for Designer support - do not modify
  33.         ///        the contents of this method with the code editor.
  34.         /// </summary>
  35.         private void InitializeComponent()
  36.         {
  37.         }
  38.         #endregion
  39.     }
  40. }
  41.